home *** CD-ROM | disk | FTP | other *** search
- object Form14: TForm14
- Left = 200
- Top = 104
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Add to Start Menu'
- ClientHeight = 273
- ClientWidth = 492
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 10
- Top = 220
- Width = 471
- Height = 10
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 140
- Top = 10
- Width = 105
- Height = 13
- Caption = 'Select Startmenu Icon'
- end
- object Label2: TLabel
- Left = 140
- Top = 90
- Width = 23
- Height = 13
- Caption = 'Title:'
- end
- object Label3: TLabel
- Left = 140
- Top = 140
- Width = 83
- Height = 13
- Caption = 'Startmenu Folder:'
- end
- object Panel1: TPanel
- Left = 10
- Top = 10
- Width = 121
- Height = 211
- BevelOuter = bvNone
- BorderStyle = bsSingle
- Caption = 'Panel1'
- TabOrder = 0
- object Image2: TImage
- Left = 0
- Top = 0
- Width = 117
- Height = 207
- Align = alClient
- AutoSize = True
- Center = True
- Stretch = True
- end
- end
- object Button4: TButton
- Left = 245
- Top = 240
- Width = 75
- Height = 25
- Caption = '< &Back'
- Enabled = False
- TabOrder = 1
- end
- object Button2: TButton
- Left = 320
- Top = 240
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 405
- Top = 240
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = Button3Click
- end
- object IconListBox1: TIconListBox
- Left = 140
- Top = 25
- Width = 344
- Height = 52
- XIcons = 9
- ItemIndex = -1
- ParentFont = False
- TabOrder = 4
- end
- object Edit1: TEdit
- Left = 140
- Top = 105
- Width = 344
- Height = 21
- TabOrder = 5
- end
- object CheckBox1: TCheckBox
- Left = 140
- Top = 200
- Width = 221
- Height = 17
- Caption = 'Integrate in Explorer'
- State = cbChecked
- TabOrder = 6
- end
- object Edit2: TComboBox
- Left = 140
- Top = 155
- Width = 344
- Height = 21
- ItemHeight = 13
- TabOrder = 7
- end
- end
-